DDEV Integration as default#20
Merged
Merged
Conversation
… for the static export dq:scaffold runs `drush theme:dev on` after a successful build inside DDEV (--no-theme-dev to opt out) so a scaffolded site is ready for live theme iteration — twig debug + auto-reload, caches off. It's Drupal's development- settings key-value (DB, not a file), so it survives rebuilds, is never committed/deployed, and reverses with `theme:dev off`. dq:static turns it off around the Tome render so debug comments don't leak into the static HTML, then restores it.
…r strands the site in production mode
…ake dq-init DDEV-default New pure DrupalQuick\Environment\Comingling (unit-tested) refuses a Quick command running on the host inside a DDEV project (.ddev/config.yaml present, IS_DDEV_PROJECT unset), with a DQ_ALLOW_HOST=1 escape hatch — wired into dq-init, dq-install, and the dq: drush commands. dq-init now delivers the DDEV local config by DEFAULT (--no-ddev for a bare-host setup), and next-step guidance is prefixed with `ddev` in a DDEV project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add dev mode and set DDEV as the default. Provide off-ramps for non DDEV implementations.